records
Sign plates located in each Pay Stay zone
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"sign-plates-located-in-each-pay-stay-zone",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/sign-plates-located-in-each-pay-stay-zone"
}
] - "definitions":{
- "sign-plates-located-in-each-pay-stay-zone":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/sign-plates-located-in-each-pay-stay-zone_records"
}
}
} - "records":
} - "properties":
- "sign-plates-located-in-each-pay-stay-zone_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "pay_stay_zone":,{
- "type":"integer",
- "title":"pay_stay_zone",
- "description":"A collection of 1 or more parking bays in which the same restrictions apply"
} - "restriction_and_payment_display":,{
- "type":"string",
- "title":"restriction_and_payment_display",
- "description":"The parking conditions as displayed on the parking sign"
} - "sign_exemptions":,{
- "type":"string",
- "title":"sign_exemptions",
- "description":""
} - "days_of_restriction":,{
- "type":"string",
- "title":"days_of_restriction",
- "description":""
} - "time_restrictions_start":,{
- "type":"string",
- "title":"time_restrictions_start",
- "description":"Time the restrictions start"
} - "time_restrictions_finish":{
- "type":"string",
- "title":"time_restrictions_finish",
- "description":"Time the restrictions finish"
}
} - "pay_stay_zone":
}
} - "fields":
} - "properties":
} - "sign-plates-located-in-each-pay-stay-zone":
}